X-Git-Url: http://git.cyclocoop.org/%27%20.%20%24prefix%20.%20Wiki::transformTitleToURI%28%24matches%5B1%5D%29%20.%20%27?a=blobdiff_plain;f=includes%2FSanitizer.php;h=ce508c3c20d6deb13b615a172c72cd90bb313fce;hb=c63921388f656c9152cee2c643e940af912339bb;hp=2a3f8473cf35245f986deb12fd56ac4b6b10c412;hpb=561f4f44b0ea62497dc4dfae0de3d8dfe30757dd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Sanitizer.php b/includes/Sanitizer.php index 2a3f8473cf..ce508c3c20 100644 --- a/includes/Sanitizer.php +++ b/includes/Sanitizer.php @@ -1063,7 +1063,7 @@ class Sanitizer { # hurt. $html = htmlspecialchars( $html, ENT_QUOTES ); $html = str_replace( '&', '&', $html ); - $html = Sanitizer::normalizeCharReferences( $html ); + $html = Sanitizer::decodeCharReferences( $html ); return $html; }